<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======================================================================================*/
/*=================[                                                  ]=================*/
/*=================[     !!!!!!!! CSS ADDED BY PUROHIT A !!!!!!!!     ]=================*/
/*=================[                                                  ]=================*/
/*======================================================================================*/
/* ============================================ */
/* !!!           min width 1300px           !!! */
/* ============================================ */
@media (min-width:1300px) {}
/* ============================================ */
/* !!!           max width 1600px           !!! */
/* ============================================ */
@media (max-width:1600px) {}
/* ============================================ */
/* !!!           max width 1440px           !!! */
/* ============================================ */
@media (max-width:1440px) {
    html,
    body,
    p,
    li {
        font-size:20px;
        line-height: 24px;
    }
    h2 {
        font-size: 38px;
        line-height: 48px;
    }
    h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .btn-default {
        font-size: 16px;
    }
    /* odd even wrapper */
    .old__even__wrapper h2.small {
        font-size: 36px;
        line-height: normal;
    }
    /* other__list__wrapper */
/*
    .other__list__wrapper br {
        display: none;
    }
*/
}
/* ============================================ */
/* !!!           max width 1280px           !!! */
/* ============================================ */
@media (max-width:1280px) {}
/* ============================================ */
/* !!!           max width 1199px           !!! */
/* ============================================ */
@media (max-width:1199px) {
    /* odd even full bg wrapper */
    .odd_even_bg {
        min-height: 420px;
    }
    /* other listing wrapper */
    .other__list__wrapper {
        padding: 90px 0 50px 0;
    }
    .other_list_card {
        margin: 0 0 40px 0;
        width: 100%;
    }
    .other_list_card .card-title {
        min-height: 65px;
    }
    /* category page */
    .category__wrapper .btn-view-more {
        margin: 0 0 30px 0;
    }
    /* product page */
    .product__details__content {
        padding: 0;
    }
    /* ingredients page */
    .ingredients__details__content__right {
        padding: 50px 0 0 40px;
    }
    /* odd_even_bg */
    .odd_even_bg  .odd_even_holder  {
        padding: 0 40px;
    }
}
/* =========================================== */
/* !!!           max width 991px           !!! */
/* =========================================== */
@media (max-width:991px) {
    .navbar .navbar-nav .nav-item {
        padding: 0px 8px;
    }
    .navbar .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .col-inner ul li a, .dropdown_menu &gt; li &gt; ul &gt; li &gt; a {
        font-size: 18px;
        line-height: 24px;
    }
    .last_col {
        padding: 20px 50px 70px 0;
    }
    
    /* product page */
    .ingredients_accordion .card-body {
        padding: 36px 30px;
    }
    /* ingredients  page */
    .ingredients__details__content__right {
        padding: 0;
    }
    .ingredients__details__content__bottom {
        padding: 35px 0 0;
    }
    /* blog page */
    .filter_holder {
        margin: 10px 0;
    }
}
/* =========================================== */
/* !!!           max width 767px           !!! */
/* =========================================== */
@media (max-width:767px) {
    /* navbar toggle */
    .menu-trigger {
        width: 30px;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 25px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        z-index: 5;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .menu-trigger .nav-line {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        height: 4px;
        background: #ffffff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        backface-visibility: hidden;
    }
    .menu-trigger .nav-line.nav-line-1 {
        -webkit-transition: all 0.3s 0.3s, transform 0.3s 0s;
        transition: all 0.3s 0.3s, transform 0.3s 0s;
    }
    .menu-trigger .nav-line.nav-line-2 {
        top: 50%;
        margin-top: -2px;
        right: 0;
        -webkit-transition: all 0.3s 0.3s ease;
        transition: all 0.3s 0.3s ease;
        width: 80%;
    }
    .menu-trigger .nav-line.nav-line-3 {
        bottom: 0;
        top: auto;
        right: 0;
        -webkit-transition: all 0.3s 0.3s, transform 0.3s 0s;
        transition: all 0.3s 0.3s, transform 0.3s 0s;
    }
    /* navbar toggle open/active */
    .menu-trigger.open .nav-line {
        background: #ffffff;
    }
    .menu-trigger.open .nav-line-1 {
        top: 50%;
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s, transform 0.3s 0.3s;
        transition: all 0.3s, transform 0.3s 0.3s;
    }
    .menu-trigger.open .nav-line-2 {
        opacity: 0;
        -webkit-transition: all 0.3s, opacity 0.3s 0s;
        transition: all 0.3s, opacity 0.3s 0s;
    }
    .menu-trigger.open .nav-line-3 {
        bottom: 50%;
        margin-bottom: -3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s, transform 0.3s 0.3s;
        transition: all 0.3s, transform 0.3s 0.3s;
    }
    /*	#navbar, #navbar:not(.show) }*/
    .menu-show {
        overflow: hidden;
    }
    #navbar {
        /*
min-height: 100%;
max-height: 100%;
height: 100%;
*/
        width: 100%;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        /*		bottom: 0;*/
        right: 0;
        border: 0;
        background: #000000;
        z-index: 9;
        /*
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%);
*/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /*		display: block;*/
    }
    #navbar.show {
        height: auto;
        /*
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
*/
    }
   #navbar  .navbar-nav {
        padding: 10px;
    }
    .page .hero_title, .hero_title {
        font-size: 80px;
        letter-spacing: 0;
    }
    .btn-default {
        min-width: 260px;
    }
    /* footer */
    .footer__about ul li {
        margin: 0 30px 0 0;
    }
    /* !! COMMON ALL PAGE'S STYLE CSS !! */
    .common__page__content h2 {
        font-size: 44px;
        line-height: 52px;
    }
    .banner_hero_title {
        font-size: 44px;
        line-height: 52px;
    }
    .common__page__content .old__even__wrapper h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .odd_even_content_holder_inner {
        max-width: 100%;
    }
    /* category page */
    .find_out_wrap {
        padding: 30px 0 50px 0;
    }
    /* product page */
    .product__details__wrapper h1 {
        font-size: 44px;
        line-height: 52px;
    }
    .product__details__information .benefits_wrapper,
    .product__details__information .ingredients_wrapper, 
    .product__details__information .directions_wrapper,
    .product__details__information .card__wrapper {
            padding-top: 60px;
        }

    .ingredients_accordion .card-body .list-unstyled {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .ingredients_accordion .card-body ul li {
        font-size: 16px;
    }
    /* history page */
    .history_odd_even_content {
        padding: 50px 30px;
    }
    /* about wrapper and page common style */
    .about__wrapper {
        padding: 65px 0;
    }
    /* contact page */
    .contact__wrapper {
        padding: 65px 0 25px 0;
    }
    /* blog page */
    .blog__details__wrapper .blog__details__wrapper__head h1 {
        font-size: 44px;
        line-height: 52px;
    }
    /* other__list__wrapper */
    .other__list__wrapper .container-fluid {
        padding: 0 15px;
    }
}
/* =========================================== */
/* !!!           max width 575px           !!! */
/* =========================================== */
@media (max-width:575px) {
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    h3 {
        font-size: 22px;
        line-height: 26px;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .btn-default {
        min-width: 240px;
        font-size: 15px;
        padding: 12px 62px 7px 15px
    }
    .btn-default::after {
        width: 52px;
        background-size: 22px;
    }
    /**/
    .navbar .navbar-brand {
        padding: 16px 15px;
    }
    /**/
    .odd_even_content_holder {
        padding: 40px 15px;
    }
    .old__even__wrapper h2.small {
        font-size: 26px;
        line-height: normal;
    }
    /**/
    .other_list_card .card-title {
        min-height: inherit;
    }
    .other_list_card .btn-default {
        margin: 30px 0 0;
    }
    /**/
    .footer__about ul li {
        margin: 0 0px 20px 0;
        width: 100%;
    }
    .footer__navbar {
        padding: 30px 0;
    }
    
    /* COMMON ALL PAGE'S STYLE CSS */
    .common__page__content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .banner_hero_title {
        font-size: 34px;
        line-height: 42px;
    }
    .btn-view-more::after {
        background-size: 13px;
    }
    .common__page__content .old__even__wrapper .odd_even_content_holder {
        padding: 25px 20px;
    }
    .common__page__content .old__even__wrapper h2 {
        font-size: 26px;
        line-height: 36px;
    }
    /* category page */
    .cate__blog__wrap .card__box__dark .card_content h5 {
        font-size: 25px;
        line-height: 32px;
    }
    /* product page */
        .product__details__wrapper h1 {
        font-size: 34px;
        line-height: 42px;
    }
    
    /* ingredients page */
    .ingredients_card_content h4 {
        font-size: 26px;
        line-height: 30px;
    }
    
    /* faq page */
    .accordion__holder .card-header {
        padding: 16px 26px;
    }
    .accordion__holder .card-body {
        padding: 26px 26px 30px 26px;
    }
    /* blog page */
    .blog__details__wrapper .blog__details__wrapper__head h1 {
        font-size: 34px;
        line-height: 42px;
    }
}
/* =========================================== */
/* !!!           max width 480px           !!! */
/* =========================================== */
@media (max-width:480px) {}
/* =========================================== */
/* !!!           max width 414px           !!! */
/* =========================================== */
@media (max-width:414px) {}
/* =========================================== */
/* !!!           max width 375px           !!! */
/* =========================================== */
@media (max-width:375px) {}
/* =========================================== */
/* !!!           max width 321px           !!! */
/* =========================================== */
@media (max-width:321px) {}
/*------------------------------------------------------------------- */
/* !! MIN WIDTH 240 TO MAX WIDTH 320 TO ORIENTATION:LANDSCAPE !! */
/*------------------------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {}</pre></body></html>